home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
6647
/
6647.xpi
/
chrome
/
httpfox.jar
/
content
/
bindings.xml
next >
Wrap
Extensible Markup Language
|
2009-04-04
|
666b
|
30 lines
<?xml version="1.0"?>
<bindings xmlns="http://www.mozilla.org/xbl"
xmlns:xbl="http://www.mozilla.org/xbl"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<binding id="startup">
<implementation>
<constructor><![CDATA[
HttpFox.initGraphics(false);
]]></constructor>
<destructor><![CDATA[
shutdownHttpFox();
]]></destructor>
</implementation>
</binding>
<binding id="windowStartup">
<implementation>
<constructor><![CDATA[
HttpFox.initGraphics(true);
]]></constructor>
<destructor><![CDATA[
shutdownHttpFox();
]]></destructor>
</implementation>
</binding>
</bindings>